home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 098 / newlu.lqr / LUT19.DOC < prev    next >
Encoding:
Text File  |  1985-06-03  |  1.5 KB  |  55 lines

  1.  
  2. LUT Command
  3. -----------
  4.  
  5. Purpose:   Displays the    directory of one or more library (LBR) files
  6.        which were created by the LU    or LAR utility.
  7.  
  8. Format:       LUT    [d:][path]filename[.ext]
  9.  
  10. Remarks:   The single operand names a library file. Global filename
  11.        characters *    and ? are  allowed in  the filename and     the
  12.        extension. If the extension is omitted, LBR is assumed.
  13.  
  14.        If the filename is omitted, all LBR files on the current
  15.        drive and in the current directory are listed.
  16.  
  17. Examples:
  18.     1) List    directories of all LBR files on    current    drive
  19.         LUT
  20.  
  21.     2) List    directory of all LBR files on drive B
  22.         LUT B:
  23.  
  24.     3) List    all LBR    directories of filenames beginning with    XYZ
  25.         LUT XYZ*
  26.  
  27.     4) List all LBR directories for files in the path \TEST
  28.         LUT \TEST
  29.  
  30.     5) List all LBR directories in path \TEST beginning with XYZ
  31.         LUT \TEST\XYZ*
  32.  
  33.  
  34. Notes:       Written by Vernon Buerg for public domain use.
  35.        For DOS 2.0 or later. Not for sale or hire.
  36.  
  37. History:
  38.        Version 1.6,    July 11, 1984.
  39.  
  40.        Version 1.7,    August 8, 1984.
  41.         Ignore CRC bytes in directory.
  42.         Use memory allocation functions.
  43.         Checks for DOS 2.
  44.  
  45.        Version 1.83, September 25, 1984.
  46.         Sort directory by name.
  47.         Check and display CRC values.
  48.         Format LU86 format date/time.
  49.  
  50.        Version 1.9, November 9, 1984.
  51.         Assume LBR extension.
  52.         Default to all LBR files if only a path is supplied
  53.  
  54. ----------
  55.